home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
nicewory.swf
/
scripts
/
frame_5
/
DoAction.as
Wrap
Text File
|
2007-10-01
|
648b
|
22 lines
function FNsend()
{
LVwrite = new LoadVars();
LVwrite.game_id = _root.game_id;
LVwrite.user_id = _root.user_id;
LVwrite.pass = _root.homepage;
LVwrite.score = _root.score;
LVwrite.onLoad = function()
{
_root.ranking = this.result;
delete LVwrite;
};
LVwrite.sendAndLoad("http://" + _root.homepage + "/" + _root.site + "/end." + _root.prog + "?ran=" + random(1000),LVwrite,"POST");
getURL("javascript:end_game(" + _root.score + ")","");
}
stopAllSounds();
_root.FNsend();
if(_root.check_id == "" || _root.check_id == undefined || _root.check_id == null)
{
_root.user_id = "guest";
}